home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / gfx / edit / VE-addspaceb.lha / notes / AddSpaceB.notes
Text File  |  1999-02-07  |  1KB  |  52 lines

  1.  
  2. Visual Engineering - AddSpace v1.00
  3. -----------------------------------
  4.  
  5. This script adds working space to 2 sides of picture
  6.  
  7.  
  8.  
  9. You can select to use white, black or if you let script decide
  10. background color, it looks for a pixel at bottom right corner and
  11. uses it's color value for background.
  12.  
  13.  
  14.  
  15. You can call this script from your own scripts, too.
  16.  
  17.  
  18.   address command "rexx:rx ie:arexx/AddSpace.rexx" logo space bg
  19.  
  20.   -logo is the picture to add some space around
  21.   -space is the value to add to every side
  22.   -bg is one of following keywords:
  23.    -BLACK
  24.    -WHITE
  25.    -GUESS
  26.  
  27.   GUESS makes script to look for a pixel at bottom right corner
  28.   and to use that color as background color.
  29.  
  30.   Next lines return you the name of this new picture.
  31.  
  32.   PROJECT_LIST
  33.   xyz=result
  34.   pic=subword(xyz,1,1)
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41. The archive, where this file came from, can be distributed using
  42. any kind of media (CD, Email, Net, BBS, FTP...), but contents of
  43. original archive must not be seperated from each other.
  44.  
  45.  
  46.  
  47. VISUAL ENGINEERING - graphical examples & more
  48.  
  49.  HTTP://wwnet.fi/users/smarko/ie/
  50.  
  51.  
  52.